loulijun2021
2022-08-06 1635126d31ae7c82210d57c5b6445e1733477623
src/views/jcsz/jsqd.vue
@@ -102,11 +102,16 @@
            label="创建人员"
            sortable="custom"
            width="110"
          />
          >
            <template slot-scope="{row}">
              <div v-if="row.lm_user===null">/</div>
              <div v-else>{{ row.lm_user }}</div>
            </template>
          </el-table-column>
          <el-table-column
            prop="lm_date"
            label="创建时间"
            min-width="160"
            width="160"
            sortable="custom"
          />
          <el-table-column