| | |
| | | <zt-button type="delete" @click="table.deleteHandle()"/> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}" |
| | | <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:30}" |
| | | border @selection-change="table.selectionChangeHandle"> |
| | | <el-table-column type="selection" width="40" align="center"/> |
| | | <el-table-column prop="modelName" label="模型名称"/> |
| | |
| | | <zt-table-column-handle :table="table" |
| | | delete-perm="taskReliability::delete" :has-view="false" width="180px"> |
| | | <template v-slot="{ row }"> |
| | | <el-button @click="drawRBD(row)">模型设计</el-button> |
| | | <zt-table-button @click="drawRBD(row)">模型设计</zt-table-button> |
| | | </template> |
| | | </zt-table-column-handle> |
| | | </el-table> |