loulijun2021
2022-12-30 d1ce83391deac7bbafe7316e91ede5edd6ca30c9
src/views/jcsz/wldw.vue
@@ -86,6 +86,7 @@
          <el-table-column
            prop="code"
            label="单位编码"
            show-tooltip-when-overflow
            sortable="custom"
            min-width="110"
          />
@@ -98,6 +99,7 @@
          />
          <el-table-column
            label="单位属性"
            show-tooltip-when-overflow
            width="240"
          >
            <!--            sortable="custom"-->
@@ -140,6 +142,7 @@
            prop="conttacts"
            label="联系人"
            width="110"
            show-tooltip-when-overflow
            sortable="custom"
          >
            <template slot-scope="{row}">
@@ -150,6 +153,7 @@
          <el-table-column
            prop="conttphone"
            label="联系方式"
            show-tooltip-when-overflow
            width="160"
            sortable="custom"
          >
@@ -174,6 +178,7 @@
            prop="lm_user"
            label="创建人员"
            width="110"
            show-tooltip-when-overflow
            sortable="custom"
          />
          <el-table-column
@@ -181,6 +186,7 @@
            label="创建时间"
            sortable="custom"
            width="160"
            show-tooltip-when-overflow
          />
          <el-table-column
            label="操作"
@@ -190,10 +196,10 @@
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-tooltip class="item" effect="dark" content="编辑" placement="top">
                  <i class="el-icon-edit-outline" @click="edit('edit',row)" />
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline" @click="edit('edit',row)" />
                </el-tooltip>
                <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top">
                  <i class="el-icon-delete" @click="del(row)" />
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row)" />
                </el-tooltip>
              </div>
            </template>