jinlin
2024-03-14 b09b6361f6348c22d2d02f99391ca76350b45102
web/src/views/modules/taskReliability/ModelRbd.vue
@@ -31,7 +31,7 @@
              <zt-table-column-handle :table="table"
                                      delete-perm="taskReliability::delete" :has-view="false" width="180px">
                <template v-slot="{ row }">
                  <el-button type="primary" @click="drawRBD(row)">模型设计</el-button>
                  <el-button  @click="drawRBD(row)">模型设计</el-button>
                </template>
              </zt-table-column-handle>
            </el-table>