|
|
@ -79,7 +79,7 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog :close-on-click-modal="false" :title="$t('page.system.template.bdpz')" :visible.sync="tableDialog.visible" |
|
|
<el-dialog :close-on-click-modal="false" :title="$t('page.system.template.bdpz')" :visible.sync="tableDialog.visible" |
|
|
width="90%" append-to-body> |
|
|
width="90%" append-to-body> |
|
|
<TemplateTable :sn="tableDialog.sn" fillType="preFill" /> |
|
|
|
|
|
|
|
|
<TemplateTable ref = "templateTable" :sn="tableDialog.sn" fillType="preFill" /> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|