baizonghao
2023-05-25 3c4d54bcb66d7cec4a35defc999250e200b4fdd2
不予立案
1个文件已修改
10 ■■■■■ 已修改文件
src/views/cause/Entry.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/cause/Entry.vue
@@ -41,6 +41,7 @@
          </el-table-column>
          <el-table-column prop="status" label="案件状态" width="110" header-align="center" align="center">
            <template slot-scope="scope">
              <span v-if="scope.row.status == 5">不予立案</span>
              <span v-if="scope.row.status == 0">立案</span>
              <span v-if="scope.row.status == 1">初查</span>
              <span v-if="scope.row.status == 2">受理</span>
@@ -971,6 +972,10 @@
          label: '全部'
        },
        {
          value: '5',
          label: '不予立案'
        },
        {
          value: '0',
          label: '立案'
        },
@@ -992,7 +997,10 @@
        }
      ],
      causeOptions: [
        {
          value: '5',
          label: '不予立案'
        },
        {
          value: 0,
          label: '立案'