8ae3aec1 by renchao@pashanhoo.com

style:受理申请

1 parent a9ab202b
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 15:51:58 4 * @LastEditTime: 2023-08-16 16:31:07
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -488,7 +488,7 @@ ...@@ -488,7 +488,7 @@
488 :tableData="ruleForm.qlrData" 488 :tableData="ruleForm.qlrData"
489 @upDateQlrxxList="upDateQlrxxList" 489 @upDateQlrxxList="upDateQlrxxList"
490 :key="key" 490 :key="key"
491 :ableOperation="ableOperation" 491 :disabled="ableOperation"
492 :gyfs="ruleForm.sldy.gyfs" /> 492 :gyfs="ruleForm.sldy.gyfs" />
493 493
494 <div v-if="ruleForm.ywrData"> 494 <div v-if="ruleForm.ywrData">
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-16 16:05:07 4 * @LastEditTime: 2023-08-16 16:29:35
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
......