Commit 62cdf124 by gao_yingdong

警情标注

parent 3ac35177
...@@ -331,17 +331,25 @@ ...@@ -331,17 +331,25 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center"> <el-table-column label="操作" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span <!-- <span
v-if="arr[scope.$index].rl == '01'" v-if="arr[scope.$index].rl == '01'"
@click="rl(scope)" @click="rl(scope)"
style="color: #3670ff; cursor: pointer; margin-right: 10px" style="color: #3670ff; cursor: pointer; margin-right: 10px"
>认领</span >认领</span
> -->
<el-button
v-if="arr[scope.$index].rl == '01'"
@click="rl(scope)"
size="small"
type="warning"
>认领</el-button
> >
<span <el-button
v-else v-else
size="small"
@click="goDetail(scope.row)" @click="goDetail(scope.row)"
style="color: #3670ff; cursor: pointer; margin-right: 10px" type="primary"
>标注</span >标注</el-button
> >
</template> </template>
</el-table-column> </el-table-column>
...@@ -504,18 +512,18 @@ export default { ...@@ -504,18 +512,18 @@ export default {
talbeBhgCount: "", // 不合格 talbeBhgCount: "", // 不合格
talbehgCount: "", // 合格 talbehgCount: "", // 合格
tableData: [ tableData: [
{ // {
jjdbh: "789", // jjdbh: "789",
}, // },
{ // {
jjdbh: "789", // jjdbh: "789",
}, // },
{ // {
jjdbh: "789", // jjdbh: "789",
}, // },
{ // {
jjdbh: "789", // jjdbh: "789",
}, // },
], //表格数据 ], //表格数据
propdefaultFormThead: this.cxDefaultFormThead, //表格表头 propdefaultFormThead: this.cxDefaultFormThead, //表格表头
propdefaultFormThead2: this.cxDefaultFormThead2, //表格表头 propdefaultFormThead2: this.cxDefaultFormThead2, //表格表头
......
...@@ -1482,7 +1482,7 @@ export default { ...@@ -1482,7 +1482,7 @@ export default {
); );
}, },
dbz() { dbz() {
this.$message.success("标注成功"); this.$message.success("标注成功");
}, },
// 完成标注 // 完成标注
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment