明树Git Lab

Commit 8c700bf3 authored by yangyajing's avatar yangyajing

重大风险防控

parent 1b3f498c
Pipeline #106385 passed with stage
in 16 seconds
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
v-model="scope.row.yjwcsj" v-model="scope.row.yjwcsj"
type="datetime" type="datetime"
placeholder="请选择" placeholder="请选择"
value-format="YYYY-MM-DD HH:mm:SS" value-format="YYYY-MM-DD HH:mm:ss"
/> />
</template> </template>
</el-table-column> </el-table-column>
......
This diff is collapsed.
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
v-model="scope.row.lssj" v-model="scope.row.lssj"
type="datetime" type="datetime"
placeholder="请选择" placeholder="请选择"
value-format="YYYY-MM-DD HH:mm:ss"
/> />
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
router.push({ router.push({
name: "addRisk", name: "addRisk",
query: { query: {
controlId: item.id riskId: item.id
} }
}); });
}; };
......
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