Commit 62cdf124 by gao_yingdong

警情标注

parent 3ac35177
......@@ -331,17 +331,25 @@
</el-table-column>
<el-table-column label="操作" align="center">
<template slot-scope="scope">
<span
<!-- <span
v-if="arr[scope.$index].rl == '01'"
@click="rl(scope)"
style="color: #3670ff; cursor: pointer; margin-right: 10px"
>认领</span
> -->
<el-button
v-if="arr[scope.$index].rl == '01'"
@click="rl(scope)"
size="small"
type="warning"
>认领</el-button
>
<span
<el-button
v-else
size="small"
@click="goDetail(scope.row)"
style="color: #3670ff; cursor: pointer; margin-right: 10px"
>标注</span
type="primary"
>标注</el-button
>
</template>
</el-table-column>
......@@ -504,18 +512,18 @@ export default {
talbeBhgCount: "", // 不合格
talbehgCount: "", // 合格
tableData: [
{
jjdbh: "789",
},
{
jjdbh: "789",
},
{
jjdbh: "789",
},
{
jjdbh: "789",
},
// {
// jjdbh: "789",
// },
// {
// jjdbh: "789",
// },
// {
// jjdbh: "789",
// },
// {
// jjdbh: "789",
// },
], //表格数据
propdefaultFormThead: this.cxDefaultFormThead, //表格表头
propdefaultFormThead2: this.cxDefaultFormThead2, //表格表头
......
......@@ -1482,7 +1482,7 @@ export default {
);
},
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