wangting
2023-06-28 8508cde86d0b1b92fb6ebcc2b7b441d3e67a28d2
Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -60,6 +60,9 @@
            :prop="item.prop"
            :sortable="item.sortable"
            :formatter="formatBoolean"
            :width="item.label.length >=4 ?'150':item.label.length==3 ?'120':'90'"
            :show-overflow-tooltip="true"
            align="center"
          >
            <!-- 编辑和展示逻辑 -->
            <!--              <template slot-scope="{ row }">-->
@@ -249,6 +252,11 @@
    this.doLayout();
  },
  watch: {
     tableHeadDataFateher:{
      handler(newval,oldval){
        this.options=newval.tableDefineVO.seniorQueryColumns
      }
    },
    codeClassifyOid: {
      handler(newval, oldval) {
        this.codeClassifyOid = newval;
@@ -461,6 +469,8 @@
        ...val,
      }).then((res) => {
        console.log(res);
        this.tableData=res.data.data;
        this.page.total=res.data.total
      });
    },
    //相似项查询