吉安感知网项目-前端
张含笑
2026-01-26 a7b4da4fb176cfbca00d6ac4c06db56720a13e0c
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -206,7 +206,7 @@
               <el-button @click="addDescription" v-if="['20', '24', '25', '50'].includes(gdStatus)" color="#F2F3F5">
                  {{ gdStatus === '50' ? '结算' : '申请取消' }}
               </el-button>
               <el-button @click="requestModification" v-if="['20', '25'].includes(gdStatus)" color="#4C34FF">
               <el-button color="#4C34FF" @click="requestModification" v-if="['20', '25'].includes(gdStatus)">
                  申请修改
               </el-button>
            </template>