wl
2022-12-15 0ef4f9306769eb0b191329fb263173b37fc12376
修改问题来源展示
7个文件已修改
14 ■■■■ 已修改文件
src/views/intelligentPatrol/studyJudge/inspectionTable/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/dispatch/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/learn/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/notDeal/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/pool/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/management/myIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/viewEvent/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/studyJudge/inspectionTable/index.vue
@@ -13,7 +13,7 @@
      </el-table-column>
      <el-table-column prop="eventSource" label="问题来源" min-width="8">
        <template slot-scope="scope">
          <span>{{ scope.row.eventSource === 2 ? '视频上传' : '人工上传' }}</span>
          <span>{{ scope.row.eventSource === 2 ? '人工上报' : '视频巡查' }}</span>
        </template>
      </el-table-column>
      <el-table-column :prop="mystatus === 1 ? 'category' : 'category'" :label="mystatus === 1 ? '大类名称' : '违建类别'"
src/views/operate/disposal/casepool/dispatch/index.vue
@@ -37,7 +37,7 @@
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="8">
                        <template slot-scope="scope">
                            <span>{{scope.row.eventSource === 2 ? '人工上报' : '视频上传'}}</span>
                            <span>{{ scope.row.eventSource === 2 ? '人工上报' : '视频巡查' }}</span>
                        </template>
                    </el-table-column>
                    <el-table-column :prop="mystatus === 1 ? 'category' :'category'"
src/views/operate/disposal/casepool/learn/index.vue
@@ -37,7 +37,7 @@
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="7">
                        <template slot-scope="scope">
                            <span>{{scope.row.eventSource === 2 ? '人工上报' : '视频上传'}}</span>
                            <span>{{ scope.row.eventSource === 2 ? '人工上报' : '视频巡查' }}</span>
                        </template>
                    </el-table-column>
                    <el-table-column :prop="mystatus === 1 ? 'category' :'category'"
src/views/operate/disposal/casepool/notDeal/index.vue
@@ -37,7 +37,7 @@
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="7">
                        <template slot-scope="scope">
                            <span>{{scope.row.eventSource === 2 ? '人工上报' : '视频上传'}}</span>
                            <span>{{ scope.row.eventSource === 2 ? '人工上报' : '视频巡查' }}</span>
                        </template>
                    </el-table-column>
                    <el-table-column :prop="mystatus === 1 ? 'category' :'category'" :label="mystatus===1 ? '大类名称' : '违建类别'" :min-width="mystatus===1?'10':'20'">
src/views/operate/disposal/casepool/pool/index.vue
@@ -59,7 +59,7 @@
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="8">
                        <template slot-scope="scope">
                            <span>{{scope.row.eventSource === 2 ? '视频上传' : '人工上传'}}</span>
                            <span>{{scope.row.eventSource === 2 ? '人工上传' : '视频巡查'}}</span>
                        </template>
                    </el-table-column>
                    <el-table-column :prop="mystatus === 1 ? 'category' :'category'"
src/views/operate/management/myIndex/index.vue
@@ -33,7 +33,7 @@
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="8">
                        <template slot-scope="scope">
                            <span>{{scope.row.eventSource === 2 ? '人工上报' : '视频上传'}}</span>
                            <span>{{scope.row.eventSource === 2 ? '人工上报' : '视频巡查'}}</span>
                        </template>
                    </el-table-column>
                    <el-table-column :prop="myproblem === 1 ? 'category' :'category'" :label="myproblem===1 ? '大类名称' : '违建类别'" :min-width="myproblem===1?'10':'20'">
src/views/operate/viewEvent/index.vue
@@ -88,7 +88,7 @@
          <el-table-column prop="eventSource" label="问题来源" min-width="8">
            <template v-if="scope.row.eventSource" slot-scope="scope">
              <span>{{
                scope.row.eventSource === 2 ? "人工上报" : "视频上传"
                scope.row.eventSource === 2 ? "人工上报" : "视频巡查"
              }}</span>
            </template>
          </el-table-column>