loulijun2021
2022-12-30 d1ce83391deac7bbafe7316e91ede5edd6ca30c9
src/views/xtsz/cjgg.vue
@@ -100,6 +100,7 @@
            prop="wksp_name"
            label="执行车间"
            sortable="custom"
            show-tooltip-when-overflow
          />
          <el-table-column
            prop="title"
@@ -116,17 +117,19 @@
          />
          <el-table-column
            prop="lm_user"
            show-tooltip-when-overflow
            label="创建人员"
            sortable="custom"
          />
          <el-table-column
            prop="lm_date"
            label="创建时间"
            show-tooltip-when-overflow
            sortable="custom"
          />
          <el-table-column
            prop="if_cancel"
            show-tooltip-when-overflow
            label="是否撤销"
            sortable="custom"
          >
@@ -139,6 +142,7 @@
            prop="priority"
            label="公告等级"
            sortable="custom"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.priority===3">一般</div>