loulijun2021
2023-03-09 516c8730825fcae7ecb95628f38ea2668dc9ac36
1.提交
已修改1个文件
9 ■■■■■ 文件已修改
src/views/kb/zhkb.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/zhkb.vue
@@ -141,7 +141,8 @@
                    width="115"
                  >
                    <template slot-scope="{row}">
                      <div>{{ row.lm_date.substring(0, 10) }}</div>
                      <div v-if="row.lm_date">{{ row.lm_date.substring(0, 10) }}</div>
                      <div v-else>/</div>
                    </template>
                  </el-table-column>
                  <el-table-column
@@ -219,7 +220,8 @@
                    width="115"
                  >
                    <template slot-scope="{row}">
                      <div>{{ row.planstartdate.substring(0, 10) }}</div>
                      <div v-if="row.planstartdate">{{ row.planstartdate.substring(0, 10) }}</div>
                      <div v-else>/</div>
                    </template>
                  </el-table-column>
                  <el-table-column
@@ -228,7 +230,8 @@
                    width="125"
                  >
                    <template slot-scope="{row}">
                      <div>{{ row.planenddate.substring(0, 10) }}</div>
                      <div v-if="row.planenddate">{{ row.planenddate.substring(0, 10) }}</div>
                      <div v-else>/</div>
                    </template>
                  </el-table-column>
                </el-table>