Commit 27fc448f authored by 李苏's avatar 李苏 💬

调整

parent c660e507
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-05-07 15:17:48
* @LastEditTime: 2025-05-08 16:59:19
* @FilePath: /dxgaqgl-vue/src/views/contingency/yjylcx/index.vue
-->
<template>
......@@ -49,24 +49,23 @@
fieldType: "int"
},
//{label: "季度", prop: "quarter", fieldType: "ftString",width:80},
{
label: "季度",
prop: "quarter",
formatter: function(row, column, value, index) {
let jdobj = ['', '第一季度', '第二季度', '第三季度', '第四季度']
return jdobj[value]
// {
// label: "季度",
// prop: "quarter",
// formatter: function(row, column, value, index) {
// let jdobj = ['', '第一季度', '第二季度', '第三季度', '第四季度']
// return jdobj[value]
},
fieldType: "ftString",
width: 80
},
// },
// fieldType: "ftString",
// width: 80
// },
{
label: "演练名称",
prop: "name",
fieldType: "ftString",
width: 180
},
{
label: "状态",
prop: "zt",
......
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